QuickTime 4 API Documentation

3D Graphics Programming with QuickDraw 3D 1.5.4

Previous | QD3D Book | Overview | Chapter Contents | Next |

Clip Types

The clipType field of a clip data structure (of type TQAClip ) specifies a clip type. You use these constants to assign a value to that field.

typedef enum TQAClipType {
    kQAClipRgn                          = 0,
    kQAClipWin32Rgn                     = 1
} TQAClipType;

Constant descriptions

kQAClipRgn
A clipping region.
kQAClipWin32Rgn
A Windows 32 clipping region.

© 1997 Apple Computer, Inc.

Previous | QD3D Book | Overview | Chapter Contents | Next |